Avoid a possible crash in ::activate-url handlers
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Dec 2016 16:07:05 +0000 (11:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 29 Dec 2016 16:09:20 +0000 (11:09 -0500)
commit7e6820415d407eb4cd806595e97bec1664042322
tree3b0d6848a76fbcc5ad33acc7e815b8cb99057fcd
parent715801f3026f3d681ec8d433b9164eb37531968a
Avoid a possible crash in ::activate-url handlers

If the signal handler ends up changing the label text,
the link is no longer around to update the css node.
Check for this possibility to avoid a crash here.
gtk/gtklabel.c